home *** CD-ROM | disk | FTP | other *** search
/ Champak Vol C-14 / Vol C-14.iso / games / skate.swf / scripts / DefineButton2_20 / BUTTONCONDACTION on(press).as
Text File  |  2012-04-23  |  93b  |  8 lines

  1. on(press){
  2.    tellTarget("dummy")
  3.    {
  4.       gotoAndStop("bj3");
  5.       play();
  6.    }
  7. }
  8.